Produced by Araxis Merge on 2021-07-21 10:22:00 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Customer/templates/form | confirmation.phtml | 2021-02-04 04:20:22 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.1/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Customer/templates/form | confirmation.phtml | 2021-02-04 04:20:22 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 54 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?php | 1 | <?php | |||
| 2 | /** | 2 | /** | |||
| 3 | * Copyright © Magento, Inc. All rights reserved. | 3 | * Copyright © Magento, Inc. All rights reserved. | |||
| 4 | * See COPYING.txt for license details. | 4 | * See COPYING.txt for license details. | |||
| 5 | */ | 5 | */ | |||
| 6 | 6 | |||||
| 7 | /** @var \Magento\Framework\View\Element\Template $block */ | 7 | /** @var \Magento\Framework\View\Element\Template $block */ | |||
| 8 | ?> | 8 | ?> | |||
| 9 | <form action="" method="post" id="form-validate" class="form send confirmation" data-mage-init='{"validation":{}}'> | 9 | <form action="" method="post" id="form-validate" class="form send confirmation" data-mage-init='{"validation":{}}'> | |||
| 10 | <fieldset class="fieldset" data-hasrequired="<?= $block->escapeHtmlAttr(__('* Required Fields')) ?>"> | 10 | <fieldset class="fieldset" data-hasrequired="<?= $block->escapeHtmlAttr(__('* Required Fields')) ?>"> | |||
| 11 | <p class="field note"><?= $block->escapeHtml(__('Please enter your email below and we will send you the confirmation link.')) ?></p> | 11 | <p class="field note"><?= $block->escapeHtml(__('Please enter your email below and we will send you the confirmation link.')) ?></p> | |||
| 12 | <div class="field email required"> | 12 | <div class="field email required"> | |||
| 13 | <label for="email_address" class="label"><span><?= $block->escapeHtml(__('Email')) ?></span></label> | 13 | <label for="email_address" class="label"><span><?= $block->escapeHtml(__('Email')) ?></span></label> | |||
| 14 | <div class="control"> | 14 | <div class="control"> | |||
| 15 | <input type="email" name="email" id="email_address" class="input-text" value="<?= $block->escapeHtmlAttr($block->getEmail()) ?>" data-validate="{required:true, 'validate-email':true}" data-mage-init='{"mage/trim-input":{}}'> | 15 | <input type="email" name="email" id="email_address" class="input-text" value="<?= $block->escapeHtmlAttr($block->getEmail()) ?>" data-validate="{required:true, 'validate-email':true}" data-mage-init='{"mage/trim-input":{}}'> | |||
| 16 | </div> | 16 | </div> | |||
| 17 | </div> | 17 | </div> | |||
| 18 | </fieldset> | 18 | </fieldset> | |||
| 19 | <div class="actions-toolbar"> | 19 | <div class="actions-toolbar"> | |||
| 20 | <div class="primary"> | 20 | <div class="primary"> | |||
| 21 | <button type="submit" class="action send primary"><span><?= $block->escapeHtml(__('Send confirmation link')) ?></span></button> | 21 | <button type="submit" class="action send primary"><span><?= $block->escapeHtml(__('Send confirmation link')) ?></span></button> | |||
| 22 | </div> | 22 | </div> | |||
| 23 | <div class="secondary"> | 23 | <div class="secondary"> | |||
| 24 | <a href="<?= $block->escapeUrl($block->getLoginUrl()) ?>" class="action back"><span><?= $block->escapeHtml(__('Back to Sign In')) ?></span></a> | 24 | <a href="<?= $block->escapeUrl($block->getLoginUrl()) ?>" class="action back"><span><?= $block->escapeHtml(__('Back to Sign In')) ?></span></a> | |||
| 25 | </div> | 25 | </div> | |||
| 26 | </div> | 26 | </div> | |||
| 27 | </form> | 27 | </form> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.